In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetParagraphTextLineCount Method

GetParagraphTextLineCount Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(53)>

Function GetParagraphTextLineCount( _

   ByVal OCRResultID As String, _

   ByVal ParagraphIdx As Integer _

) As Integer
[DispId(53)]

int GetParagraphTextLineCount( 

   string OCRResultID,

   int ParagraphIdx

)
function GetParagraphTextLineCount( 

    OCRResultID: String;

    ParagraphIdx: Integer

): Integer; 
DispIdAttribute(53)

function GetParagraphTextLineCount( 

   OCRResultID : String,

   ParagraphIdx : int

) : int;
[DispId(53)]

int GetParagraphTextLineCount( 

   string* OCRResultID,

   int ParagraphIdx

) 
[DispId(53)]

int GetParagraphTextLineCount( 

   String^ OCRResultID,

   int ParagraphIdx

) 

Parameters

OCRResultID
ParagraphIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members